- mrb_bool_value
mrb_value mrb_bool_value(mrb_bool boolean)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_cptr_value
mrb_value mrb_cptr_value(mrb_state* mrb, void* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_false_value
mrb_value mrb_false_value()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_fixnum_value
mrb_value mrb_fixnum_value(mrb_int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_float_value
mrb_value mrb_float_value(mrb_state* mrb, mrb_float f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_nil_value
mrb_value mrb_nil_value()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_obj_value
mrb_value mrb_obj_value(void* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_regexp_p
mrb_bool mrb_regexp_p(mrb_state* , mrb_value )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_symbol_value
mrb_value mrb_symbol_value(mrb_sym i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_true_value
mrb_value mrb_true_value()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_undef_value
mrb_value mrb_undef_value()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.